home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / amee.dir / 00048.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  295 b   |  16 lines

  1. on enterFrame
  2.   if the movieTime of sprite 6 < 170 then
  3.     set the movieRate of sprite 7 to 0
  4.   else
  5.     if the movieTime of sprite 7 > 166 then
  6.       set the movieRate of sprite 7 to 0
  7.     else
  8.       set the movieRate of sprite 7 to 1
  9.     end if
  10.   end if
  11. end
  12.  
  13. on exitFrame
  14.   go(the frame)
  15. end
  16.